From: awilliam@localhost Date: Tue, 25 Apr 2006 22:55:09 +0000 (-0600) Subject: [IA64] linux: arch/ia64/xen/makefile change X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16134 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=e1a87a84be66ed5738bde44803b49f42d7cb59f0;p=xen.git [IA64] linux: arch/ia64/xen/makefile change update linux-2.6-xen-sparse/arch/ia64/xen/Makefile Signed-off-by: Isaku Yamahata --- diff --git a/linux-2.6-xen-sparse/arch/ia64/xen/Makefile b/linux-2.6-xen-sparse/arch/ia64/xen/Makefile index 8a83e57310..833680cccf 100644 --- a/linux-2.6-xen-sparse/arch/ia64/xen/Makefile +++ b/linux-2.6-xen-sparse/arch/ia64/xen/Makefile @@ -3,3 +3,6 @@ # obj-y := hypercall.o xenivt.o xenentry.o xensetup.o xenpal.o xenhpski.o xenconsole.o xen_ksyms.o + +obj-$(CONFIG_XEN_IA64_DOM0_VP) += hypervisor.o pci-dma-xen.o +pci-dma-xen-$(CONFIG_XEN_IA64_DOM0_VP) := ../../i386/kernel/pci-dma-xen.o \ No newline at end of file